home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 6 / FM Towns Free Software Collection 6.iso / gear / dhm / dhm.bat < prev    next >
DOS Batch File  |  1993-07-08  |  453b  |  22 lines

  1. Q:
  2.     %1\t_file\chkmem -maxi 32 -inqu 1536
  3.     if errorlevel 1 goto run
  4.  
  5.     %1\sidework\sidework -r
  6.  
  7.     %1\t_file\chkmem -maxi 32 -inqu 1152
  8.     if errorlevel 1 goto exec
  9.                     goto skip
  10.  
  11. :exec
  12.     %1\run386 -spritmap -maxi 32 \gear\gear.exp /D_A A:\SYSTEM.GBX /O_DDD %2 %3 %4 %5 %6
  13.  
  14. :skip
  15.     %1\sidework\sidework
  16.     goto end
  17.  
  18. :run
  19.     %1\run386 -spritmap -maxi 32 \gear\gear.exp /D_A A:\SYSTEM.GBX /O_DDD %2 %3 %4 %5 %6
  20.  
  21. :end
  22.